-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Clarify UTF-16 decoding errors #149696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Clarify UTF-16 decoding errors #149696
Conversation
This comment has been minimized.
This comment has been minimized.
0517c75 to
ccbfc0b
Compare
This comment has been minimized.
This comment has been minimized.
ccbfc0b to
1cc01e7
Compare
This comment has been minimized.
This comment has been minimized.
2279962 to
78830b4
Compare
This comment has been minimized.
This comment has been minimized.
78830b4 to
693dc90
Compare
|
☔ The latest upstream changes (presumably #149836) made this pull request unmergeable. Please resolve the merge conflicts. |
693dc90 to
8fedc80
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
8fedc80 to
5ff0ec6
Compare
|
Implementation-wise this looks fine (modulo the nit). I'll reassign this to libs-api though, in case they have comments... r? libs-api |
Co-authored-by: Jonas Böttiger <jonasboettiger@icloud.com>
Fix UTF-16 error messages as suggested in #116258.